DioDocs for PDF
FromArray(Byte[],String) メソッド

DS.Documents.Imaging アセンブリ > GrapeCity.Documents.Text 名前空間 > Font クラス > FromArray メソッド : FromArray(Byte[],String) メソッド
The byte array with the font data.
The full font name to be loaded.
Loads a Font with given full font name from a byte array.
シンタックス
'宣言
 
Public Overloads Shared Function FromArray( _
   ByVal fontData() As System.Byte, _
   ByVal fullFontName As System.String _
) As Font
public static Font FromArray( 
   System.byte[] fontData,
   System.string fullFontName
)

パラメータ

fontData
The byte array with the font data.
fullFontName
The full font name to be loaded.

戻り値の型

The newly created font.
参照

Font クラス
Font メンバ
オーバーロード一覧